home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(this._y < _root.depth._y - 5)
- {
- this._alpha = 0;
- }
- if(this._y < _root.depth._y - 5)
- {
- removeMovieClip(this);
- }
- this._y -= 2;
- if(speedolian > 1)
- {
- speedolian -= 0.3;
- }
- this._x -= Math.cos(3.141592653589793 * this._rotation / 180) * speedolian;
- this._y -= Math.sin(3.141592653589793 * this._rotation / 180) * speedolian;
- this._x += _global.xgo;
- this._y += _global.ygo;
- }
-